Learning Arduino EP #41: Joystick Controlled pan and tilt platform

Today we’ll take a look at how to use a joystick with an Arduino to control a pan and tilt Servo platform.     Check us out on Facebook!   ARDUINO Code: #include <Servo.h> Servo servoX; Servo servoY; int valX; … Continue reading Learning Arduino EP #41: Joystick Controlled pan and tilt platform